home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: Shea Anderson <shea@borland.com>
- Newsgroups: comp.lang.c++
- Subject: Re: EasyWin how do I close the Window??
- Date: Fri, 01 Mar 1996 18:20:00 -0800
- Organization: Borland Intl
- Message-ID: <3137B050.6E6C@borland.com>
- References: <4h6rit$e8k@Steinlager.tip.net>
- NNTP-Posting-Host: maceo.borland.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (WinNT; I)
-
- warnqvist.m@intertechna.se wrote:
- >
- > How do I close the window with code so that my application ends with closing the window.
- >
- > Compiler: Borland 4.5, EasyWin platform.
- >
- > Thanks
- >
- > Marcus Warnqvist
- >
- > warnqvist.m@intertechna.se
-
- call PostQuitMessage(0) (prototyped in windows.h)
-
- Shea
-